+2012-06-24 Chong Yidong <cyd@gnu.org>
+
+ * xml.el (xml-parse-tag): Correctly handle comment embedded in
+ non-tag text.
+
2012-06-23 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
(search-forward "-->")
(skip-syntax-forward " ")
(unless (eobp)
- (xml-parse-tag parse-dtd xml-ns)))
+ (let ((xml-sub-parser t))
+ (xml-parse-tag parse-dtd xml-ns))))
;; end tag
((looking-at "</")
'())